From: Jim Blandy Date: Mon, 3 May 1993 02:08:07 +0000 (+0000) Subject: * make-dist: Distribute configure, as well as configure.in. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96435 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3cfb369a5fccb767b8f29032ee49fe9a66000f12;p=emacs.git * make-dist: Distribute configure, as well as configure.in. Oversight. * make-dist: Distribute configure.in, instead of configure. --- diff --git a/make-dist b/make-dist index 60072c9ec0a..e82beca162a 100755 --- a/make-dist +++ b/make-dist @@ -100,7 +100,7 @@ mkdir ${tempdir} ### README while the rest of the tar file is still unpacking. Whoopee. echo "Making links to top-level files." ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} -ln ChangeLog Makefile.in build-install.in configure ${tempdir} +ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir} ln make-dist ${tempdir} ### Copy config.sub; it's a cross-filesystem symlink. cp config.sub ${tempdir}